home *** CD-ROM | disk | FTP | other *** search
/ CD-ROM Today - The Disc! 5 / CD-ROM Today - The Disc (Issue 5)(November 1994).ISO / mac / Mac shareware / Education / RLaB / BUGS < prev    next >
Encoding:
Text File  |  1994-09-21  |  830 b   |  24 lines  |  [TEXT/ttxt]

  1.     Known Bugs in RLaB:
  2.  
  3.     1.) Matrix paged output gets hosed after an `out of memory'
  4.     message. 
  5.  
  6.     2.) If you compile RLaB so that is does not generate a
  7.     floating-point exeption, if an inf or a nan is produced, it is
  8.     possible to get undefined behavior from the Fortran libraries.
  9.     Simply put, some of the Fortran library functions will "hang"
  10.     if passed a matrix that contains infs or nans. 
  11.  
  12.     At this point in time the only way to workaround this problem
  13.     is to compile RLaB so that infs and nans are trapped when
  14.     generated (usually a divide by zero, or arithmetic
  15.     overflow). This should prevent a Fortran routine from
  16.     receiving an inf or nan.
  17.  
  18. ***    Send new bug reports to ians@eskimo.com. Please include:
  19.  
  20.         RLaB version number
  21.         Hardware, and OS description
  22.         A simple rfile that exercises the bug
  23.         Name, and e-mail address
  24.